home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Calculators / Calculette / Source / Info.h < prev    next >
Text File  |  1993-10-28  |  344b  |  22 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface InfoView:View
  4. {
  5.   DPSTimedEntry    animateTE;
  6.   id        animationFont;
  7.   int        animationStep;
  8.   float        animationSize;
  9.   float        animationFloat;
  10. }
  11.  
  12. - animateInfo:sender;
  13.  
  14. - removeTE;
  15. - animationClick;
  16.  
  17. - initFrame:(const NXRect *)rect;
  18. - windowWillClose:sender;
  19. - drawSelf:(const NXRect *)rect:(int)rectCount;
  20.  
  21. @end
  22.